PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFCheckWidget Class / setExportValue Method
The symbolic value associated with the check widget.
In This Topic
    setExportValue Method
    In This Topic
    Sets the widget's export value.
    When the form data is exported as FDF/XFDF/HTML or XML and the check widget is checked then this value is written to exported data stream.
    Syntax
    public void setExportValue( 
       java.lang.String exportValue
    )

    Parameters

    exportValue
    The symbolic value associated with the check widget.
    See Also